-
Notifications
You must be signed in to change notification settings - Fork 56
devinxi patch #228
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
devinxi patch #228
Conversation
|
commit: |
| ...config.resolve.conditions, | ||
| ]; | ||
| config.resolve.externalConditions ??= []; | ||
| config.resolve.externalConditions.push("solid"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can push multiple things at the same time:
config.resolve.externalConditions.push("solid", "node");There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yo. I think it's safe to merge this.
Can you address Alex's point? Imho, it's a good change to make
We just need to
- solve conflicts to
main - Add a
patchchangeset so the release is triggered - Extend the explanation (this is not limited to Start) for the changeset and, add the same explanation in the PR description (just for historical reason)
Happy to ship it then 😎
Needed for solid-start devinxi branch